RecordingStartedHandler

fun interface RecordingStartedHandler

Handles the recordingId and an error depending on the result at the start of a recording session.

Since

1.3.0

Functions

onRecordingStarted
Link copied to clipboard
abstract fun onRecordingStarted(recordingId: String?, e: SendBirdException?)

A callback function.